home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Bomber Fortress.swf
/
scripts
/
DefineButton2_107
/
BUTTONCONDACTION on(keyPress 1).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
228 b
|
15 lines
on(keyPress "1"){
if(eval("/:drop1") < "1")
{
tellTarget("/1")
{
gotoAndPlay(2);
}
set("/:drop1","1");
}
tellTarget("/display/hatch1")
{
gotoAndStop(2);
}
}